@@ -91,6 +91,8 @@ |
||
91 | 91 |
<span class='cannot-receive-events text-info'>This type of Agent cannot receive events.</span> |
92 | 92 |
<%= f.label :propagate_immediately, :class => 'propagate-immediately' do %>Propagate immediately |
93 | 93 |
<%= f.check_box :propagate_immediately %> |
94 |
+ |
|
95 |
+ <span class="glyphicon glyphicon-question-sign hover-help" data-content="Normally, Huginn moves Events from source Agents to receiving Agents once per minute. Checking this option will cause Events created by this Agent's sources to be received immediately. This can use more CPU resources, but will decrease the time between Event creation and being received by this Agent."></span> |
|
94 | 96 |
<% end %> |
95 | 97 |
</div> |
96 | 98 |
</div> |